Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
readdir
readdir
Read entries from directory handle
Name:
readdir
Category:
Directory functions
Programming Language:
php
One-line Description:
Returns the entry in the directory handle.
Related
How to Avoid Redundant Default Timezone Settings When Using the timezone_open Function: Best Practice Tips
4
How to Use the date() Function in PHP to Get and Format the Current Date and Time?
8
Using gmp_prob_prime() in PHP to Determine Prime Numbers Accurately
6
Common String Date Conversion Methods in Laravel
10
Similar Functions
opendir
opendir
Openthedirectoryhand
chroot
chroot
Changetherootdirecto
scandir
scandir
Listfilesanddirector
dir
dir
Returnsaninstanceoft
readdir
readdir
Readentriesfromdirec
rewinddir
rewinddir
Rewindthedirectoryha
getcwd
getcwd
Getthecurrentworking
closedir
closedir
Closethedirectoryhan
Popular Articles